home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / amax_101.arc / WHATSNEW.101 < prev   
Encoding:
Text File  |  1988-03-12  |  1.8 KB  |  50 lines

  1.  
  2.                                 AMAX Version 1.01
  3.                   Description of Changes From Previous Version
  4.  
  5.             Copyright (C) 1988 Alan D. Applegate, All Rights Reserved
  6.  
  7.  
  8.  
  9.                               Command Line Changes
  10.  
  11. To allow for current and future expansion of command line options, the command 
  12. line parameters and style have changed.
  13.  
  14. To specify a configuration on the command line, YOU MUST NOW USE A NEW FORMAT, 
  15. specifying the -c option.  For example, to use a configuration file called 
  16. MYFILE.CFG in the OPUS subdirectory on C: drive, use this format:
  17.  
  18.     amax -cc:\opus\myfile.cfg
  19.  
  20.                     Partial Solution for X00 FOSSIL Problems
  21.  
  22. Reports continue to come in that AMAX will sometimes flatly refuse to find a 
  23. FOSSIL driver (even if one exists) when the X00 driver is used.  I have no idea 
  24. why this is.  I follow the written FOSSIL specifications, and adhere to 
  25. established standards for detecting the presence of a FOSSIL driver.  Why AMAX 
  26. can't find X00 is a mystery to me.
  27.  
  28. Two solutions exist. 
  29.  
  30. First, switch to Opus!Comm 5.xx for your FOSSIL needs.  I wrote AMAX with this 
  31. FOSSIL installed on my system, and have never once had a FOSSIL related problem 
  32. with it.  
  33.  
  34. Second, continue to use X00, and use the new -n command line option.  This tells 
  35. AMAX NOT TO INITIALIZE THE FOSSIL.  NOTE:  USE THIS AT YOUR OWN RISK!  If you 
  36. use the -n option without a FOSSIL installed, I'm not sure what will happen, 
  37. outside of locking-up your machine.  
  38.  
  39. With -n in use, AMAX will start using the FOSSIL services without verifying that 
  40. they are even available.  Hopefully this will solve some problems with systems 
  41. that use X00, but it is risky.
  42.  
  43. Sample command lines:
  44.  
  45.     amax -cc:\binkley\binkley.cfg -n
  46.  
  47.     amax -n
  48.  
  49.  
  50.